NRE-IO

FileSystem access framework

NRE-IO is a library providing simple access to the user file system (still in development).
Currently providing :

  • File class representing a file path
  • FileStream representing an abstract file input or output stream
  • Input/Output or both file stream/file
  • Binary version of i/o stream
  • ...

The library can be found on my GitHub : NRE-IO

Documentation

The library is fully-documented, the documentation is available here :
NRE-IO Documentation